home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11845 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  700 b 

  1. Path: onramp.net!dean
  2. From: dean@onramp.net (Dean)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: linking C & C++
  5. Date: 16 Mar 1996 16:33:32 GMT
  6. Organization: On-Ramp; Individual Internet Connections; Dallas/Ft Worth/Houston, TX USA
  7. Distribution: world
  8. Message-ID: <4ieqgs$hgl@news.onramp.net>
  9. Reply-To: dean@onramp.net
  10. NNTP-Posting-Host: stemmons04.onramp.net
  11.  
  12. Following up myself here. but, I found what I was doing incorrectly.  I assumed 
  13. that I did not need the {} in the extern "C" {jmpbuffer}; statement since there 
  14. was only one item in the declaration.  I was assuming that the scope 
  15. determination inC++ would be the same as in C, and only a single item would not 
  16. need to be inclosed in curlies.
  17.  
  18.